go/types.Checker.infer (method)

4 uses

	go/types (current package)
		call.go#L43: 		targs = check.infer(ix.Orig, sig.TypeParams().list(), targs, nil, nil)
		call.go#L390: 		targs := check.infer(call, sig.TypeParams().list(), targs, sigParams, args)
		infer.go#L32: func (check *Checker) infer(posn positioner, tparams []*TypeParam, targs []Type, params *Tuple, args []*operand) (result []Type) {
		typexpr.go#L455: 			inferred := check.infer(ix.Orig, tparams, targs, nil, nil)